home *** CD-ROM | disk | FTP | other *** search
- if(eval("/Variables:Fontaine") == false)
- {
- set("/Variables:Fontaine",true);
- tellTarget(ClipVoix)
- {
- gotoAndStop("Sc02Prescott_Gregor");
- play();
- }
- }
- if(eval("/Variables:PuzzleFontaineOk") == false)
- {
- tellTarget(CacheStatue)
- {
- gotoAndStop(eval("/Variables:PosRoueHaut"));
- }
- tellTarget(RoueBas)
- {
- gotoAndStop(eval("/Variables:PosRoueBas"));
- }
- }
- else
- {
- tellTarget(CacheStatue)
- {
- gotoAndStop("Stop");
- }
- tellTarget(RoueBas)
- {
- gotoAndStop("Stop");
- }
- }
- if(eval("/Variables:PuzzleFontaineOK") == true)
- {
- tellTarget(Escalier)
- {
- gotoAndStop("Fin");
- }
- }
-